home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 October: Mac OS SDK
/
Dev.CD Oct 97 SDK1.toast
/
Development Kits (Disc 1)
/
QuickDraw 3D
/
RAVE SDK 1.5 MacOS
/
RaveDemo
/
ShieldRect.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-14
|
265 b
|
8 lines
|
[
TEXT/CWIE
]
typedef pascal void (*ShieldRectNotifyProcPtr)(SInt16 left, SInt16 top, SInt16 right, SInt16 bottom, SInt32 refCon);
void RegisterShieldRect(Rect * rectToShield, ShieldRectNotifyProcPtr proc, long refCon, long * cookie);
void UnregisterShieldRect(long cookie);